home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / abba_the_fox.swf / scripts / DefineButton2_200 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-07-26  |  322 b   |  17 lines

  1. on(release){
  2.    var ┬º\x01┬º = 792;
  3.    if(eval("\x01") == 792)
  4.    {
  5.       set("\x01",eval("\x01") + 139);
  6.       _root.gotoAndPlay("game");
  7.    }
  8.    else if(eval("\x01") == 931)
  9.    {
  10.       set("\x01",eval("\x01") - 510);
  11.    }
  12.    else if(eval("\x01") == 421)
  13.    {
  14.       set("\x01",eval("\x01") + 185);
  15.    }
  16. }
  17.